.b_LargeImageHero{
    width: 100%;
    padding-block: 0;
}
.b_LargeImageHero > div{
    position:relative;
    color: var(--color_manilla);
    padding: 150px 0px;
}


/*Background Image*/
.b_LargeImageHero picture{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.b_LargeImageHero picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% top;
}
.b_LargeImageHero .overlay{
    inset: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(61, 64, 90, 0.00) 14.16%, rgba(61, 64, 90, 0.66) 22.51%, rgba(61, 64, 90, 0.80) 47%);
    mix-blend-mode: multiply;
}
/*Medium*/
@media screen and (width >= 1000px) {
    .b_LargeImageHero .overlay{
        background: linear-gradient(270deg, rgba(61, 64, 90, 0.00) 35.67%, rgba(61, 64, 90, 0.80) 85.04%);
    }
}


/*Content*/
.b_LargeImageHero .container{
    position:relative;
}
.b_LargeImageHero .text_wrapper{
    max-width:635px;
    display: grid;
    gap: 20px;
}
@media screen and (width >= 600px) {
    .b_LargeImageHero .text_wrapper{
        gap: 40px;
    }
}
.b_LargeImageHero h1{
    margin:0;
}


.b_LargeImageHero .repeater_call_to_actions{
    display:flex;
    flex-wrap: wrap;
    gap:22px;
}
@media screen and (width >= 1000px) {
    .b_LargeImageHero .repeater_call_to_actions{
        flex-wrap: nowrap;
        gap:15px;
    }

}
